CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jacobi matlab

搜索资源列表

  1. jacobi算法

    1下载:
  2. 实现雅可比叠代算法 在matlab中 输入矩阵A,b, 初值x 调用该函数 得到结果-achieve Jacobi iterative algorithm in Matlab input matrix A, b, x initial function to be called the results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:893
    • 提供者:陆营
  1. matlab-jacobi

    0下载:
  2. matlab-jacobi实现matlab上的jacobi迭代法-Matlab - jacobi achieve the Matlab jacobi iteration
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8977
    • 提供者:yyf
  1. jacobi

    0下载:
  2. matlab下雅克比在数值计算中有很好的应用!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:587
    • 提供者:廖代发
  1. Jacobi

    0下载:
  2. 此程序为解线性方程组的Jacobi迭代法的MATLAB源程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:860
    • 提供者:yang
  1. 线性方程组的迭代,matlab程序

    0下载:
  2. 雅可比(Jacobi)迭代、高斯-塞德尔(Gauss-Seidel)迭代、超松弛迭代法
  3. 所属分类:C#编程

  1. Jacobi-and-Gauss-Seidel

    0下载:
  2. Jacobi迭代法和Gauss-Seidel迭代法求解线性方程组,matlab语言编程。-Jacobi iteration method and Gauss-Seidel iteration method for solving linear equations, using the Matlab programming language.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5560
    • 提供者:涉水灯盏
  1. Jacobi

    0下载:
  2. Jacobi,数值计算里的方法,基于matlab程序-Jacobi, in the numerical calculation method, based on the matlab program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:zl
  1. matlab-upload

    0下载:
  2. 雅可比迭代法解方程 高斯法解方程 查值法曲线拟和 2-9次方曲线拟和-Jacobi Iteration Method Solution of Equation of Gauss equation curve fitting method investigations and 2-9 power curve fitting and
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1784
    • 提供者:ludawei
  1. Jacobi_Algorithm_by_DawnFinney_gth683e

    0下载:
  2. jacobi algorithm matlab code
  3. 所属分类:Project Manage

    • 发布日期:2017-04-26
    • 文件大小:72003
    • 提供者:akhlesh modi
  1. Useful_matlab_codes

    0下载:
  2. The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane-The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:976
    • 提供者:K29
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. G_S

    0下载:
  2. Gauss-seidel迭代与两种Jacobi迭代的matlab实现-Gauss-seidel iterative realization of the matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1318
    • 提供者:云中树
  1. jacobi

    0下载:
  2. 基于matlab软件的jacobi数值迭代算法-Matlab-based software-jacobi iterative algorithm for
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:32234
    • 提供者:susu
  1. jacobi

    0下载:
  2. JACOBI METOD FOR MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:543
    • 提供者:tremaida
  1. chaostest

    0下载:
  2. Given a time series, the algorithm will test its non-linearity calculating the lyapunov exponent by Jacobi method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7857
    • 提供者:Yiyao
  1. all1

    0下载:
  2. Gauss消去法、Jacobi法、SOR法解线性方程组的源程序,可以方便得到解-code for solution of linear equations using Gauss elimination method、Jacobi method and SOR method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:837
    • 提供者:junli
  1. jacobi.tar

    0下载:
  2. Implementations of Jacobi, Newton and Newton-Euler methods in Matlab. Include routines to visualize the results as well to save them into Matlab data files.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2249
    • 提供者:Francesco
  1. Gauss消元法,Jacobi迭代法,超松弛迭代法

    0下载:
  2. Gauss消元法,Jacobi迭代法和超松弛迭代法求解线性方程组的M文件(Gauss elimination method, Jacobi iteration method and over relaxation iterative method for solving linear equations of the M file)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Mathematic
  1. matlab数值特征值与特征向量计算 实例源程序代码

    1下载:
  2. 特征值与特征向量的计算 339   10.1 特征值问题概述 339   10.1.1 特征多项式 339   10.1.2 特征值范围估计 340   10.2 幂法及反幂法 341   10.2.1 幂法 341   10.2.2 幂法的加速 344   10.2.3 反幂法 350   10.2.4 混合幂法 352   10.3 实对称矩阵的Jacobi法 353   10.3.1 Givens变换 353   10.3.2 基本Jacobi法 358   10.
  3. 所属分类:其他

    • 发布日期:2019-04-03
    • 文件大小:12288
    • 提供者:XWLYF
  1. MATLAB

    0下载:
  2. 利用五点差分格式和Jacobi迭代法,求解精确解和数值解的误差,判断阶数是否正确(Five-point difference scheme and Jacobi iteration method are used to solve the error between exact solution and numerical solution and to judge whether the order is correct or not.)
  3. 所属分类:数学计算

    • 发布日期:2019-11-14
    • 文件大小:4096
    • 提供者:竹黄
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com